Get the length of the encoded ASN.1 DER in bytes.
(&self)
| 62 | |
| 63 | /// Get the length of the encoded ASN.1 DER in bytes. |
| 64 | pub fn len(&self) -> Length { |
| 65 | self.length |
| 66 | } |
| 67 | |
| 68 | /// Try to decode the inner ASN.1 DER message contained in this |
| 69 | /// [`Document`] as the given type. |
no outgoing calls
no test coverage detected